home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 22 / 4 / DISK2247.ZIP / CBASE101.ZIP / BTREE101.ZIP / BTKEYCNT.C < prev    next >
Text File  |  1990-06-20  |  633b  |  23 lines

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "@(#)btkeycnt.c    1.4 - 90/06/20" */
  5.  
  6. /*man---------------------------------------------------------------------------
  7. NAME
  8.      btkeycnt - btree key count
  9.  
  10. SYNOPSIS
  11.      #include <btree.h>
  12.  
  13.      unsigned long btkeycnt(btp)
  14.      btree_t *btp;
  15.  
  16. DESCRIPTION
  17.      btkeycnt returns the number of keys in btree btp.  If btp does
  18.      not point to a valid open btree, the results are undefined.
  19.      btkeycnt is a macro.
  20.  
  21. ------------------------------------------------------------------------------*/
  22. /* btkeycnt is defined in btree.h. */
  23.